[INFO] fetching crate byten_derive 0.0.13...
[INFO] fixing byten_derive-0.0.13 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate byten_derive 0.0.13 into /workspace/builds/worker-6-tc1/source
[INFO] started tweaking crates.io crate byten_derive 0.0.13
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate byten_derive 0.0.13
[INFO] tweaked toml for crates.io crate byten_derive 0.0.13 written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate byten_derive 0.0.13 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate byten_derive 0.0.13 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded byten_derive v0.0.12
[INFO] [stderr]   Downloaded byten v0.0.13
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] de5f8f2c20f09abbf9e89af6b50d66a993f58d5782718b49c310bec40e519695
[INFO] running `Command { std: "docker" "start" "de5f8f2c20f09abbf9e89af6b50d66a993f58d5782718b49c310bec40e519695", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "de5f8f2c20f09abbf9e89af6b50d66a993f58d5782718b49c310bec40e519695" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "de5f8f2c20f09abbf9e89af6b50d66a993f58d5782718b49c310bec40e519695", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "de5f8f2c20f09abbf9e89af6b50d66a993f58d5782718b49c310bec40e519695" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.103
[INFO] [stderr]    Compiling quote v1.0.41
[INFO] [stderr]     Checking unicode-ident v1.0.22
[INFO] [stderr]    Compiling heapless v0.9.1
[INFO] [stderr]    Compiling thiserror v2.0.17
[INFO] [stderr]    Compiling anyhow v1.0.100
[INFO] [stderr]     Checking hash32 v0.3.1
[INFO] [stderr]    Compiling syn v2.0.108
[INFO] [stderr]     Checking byten_derive v0.0.13 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]    Compiling byten_derive v0.0.12
[INFO] [stderr]     Checking byten v0.0.13
[INFO] [stdout] error: expected `<`
[INFO] [stdout]   --> tests/integration_test.rs:10:23
[INFO] [stdout]    |
[INFO] [stdout] 10 |     #[byten( Color for[usize $uvarbe] )]
[INFO] [stdout]    |                       ^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `measure` found for struct `Person` in the current scope
[INFO] [stdout]    --> tests/integration_test.rs:109:27
[INFO] [stdout]     |
[INFO] [stdout]   4 | struct Person {
[INFO] [stdout]     | ------------- method `measure` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 109 |         let size = person.measure().expect("Measuring failed");
[INFO] [stdout]     |                           ^^^^^^^ method not found in `Person`
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `measure`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Measurer`
[INFO] [stdout]             candidate #2: `byten::Measure`
[INFO] [stdout] help: one of the expressions' fields has a method of the same name
[INFO] [stdout]     |
[INFO] [stdout] 109 |         let size = person.birthday.measure().expect("Measuring failed");
[INFO] [stdout]     |                           +++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `encode_to_vec` found for struct `Person` in the current scope
[INFO] [stdout]    --> tests/integration_test.rs:112:30
[INFO] [stdout]     |
[INFO] [stdout]   4 | struct Person {
[INFO] [stdout]     | ------------- method `encode_to_vec` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 112 |         let encoded = person.encode_to_vec().expect("Encoding failed");
[INFO] [stdout]     |                              ^^^^^^^^^^^^^ method not found in `Person`
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `encode_to_vec`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `EncodeToVec`
[INFO] [stdout]             candidate #2: `EncoderToVec`
[INFO] [stdout] help: one of the expressions' fields has a method of the same name
[INFO] [stdout]     |
[INFO] [stdout] 112 |         let encoded = person.birthday.encode_to_vec().expect("Encoding failed");
[INFO] [stdout]     |                              +++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `decode` found for struct `Person` in the current scope
[INFO] [stdout]    --> tests/integration_test.rs:114:31
[INFO] [stdout]     |
[INFO] [stdout]   4 | struct Person {
[INFO] [stdout]     | ------------- associated function or constant `decode` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 114 |         let decoded = Person::decode(&encoded, &mut 0).expect("Decoding failed");
[INFO] [stdout]     |                               ^^^^^^ associated function or constant not found in `Person`
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]     = note: the following traits define an item `decode`, perhaps you need to implement one of them:
[INFO] [stdout]             candidate #1: `Decode`
[INFO] [stdout]             candidate #2: `DecodeDefault`
[INFO] [stdout]             candidate #3: `Decoder`
[INFO] [stdout]             candidate #4: `EndianCoded`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0599`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `byten_derive` (test "integration_test") due to 4 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "de5f8f2c20f09abbf9e89af6b50d66a993f58d5782718b49c310bec40e519695", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "de5f8f2c20f09abbf9e89af6b50d66a993f58d5782718b49c310bec40e519695", kill_on_drop: false }`
[INFO] [stdout] de5f8f2c20f09abbf9e89af6b50d66a993f58d5782718b49c310bec40e519695
